﻿:root {
  --main-black: #000000;
  --main-white: #FFF;
  --custom-datepicker-color: #00567a;
  --custom-datepicker-background-color: #f8f8f8;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  background-image: url("../images/datepicker-arrow.svg");
}

.white-space-nowrap {
  white-space: nowrap;
}

#cart-validate {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--main-white);
  z-index: 110;
}

.component-loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
}

.text-warning {
  color: #EFA13F !important;
}

textarea {
  overflow-x: hidden;
}

.iframe-custom-aspect-ratio {
  aspect-ratio: 600/1024;
}
@media (min-width: 768px) {
  .iframe-custom-aspect-ratio {
    aspect-ratio: 1024/600;
  }
}

.feature-icons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.feature-icons img {
  width: 30px;
  height: 30px;
}

#clear-filters {
  color: #B4B4B4;
  background: none;
  border: none;
}

p.black-triangle-container {
  color: var(--main-black);
  position: relative;
  margin-bottom: 0;
}
p.black-triangle-container--with-icon {
  padding-left: 35px;
  vertical-align: top;
}
p.black-triangle-container--with-icon::before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid var(--main-black);
  position: absolute;
  left: 0;
  top: 4px;
}

.catalog-applied-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.product-information-table .vi-flexbox:nth-child(2n) {
  background: #EEEEEE;
}
.product-information-table .vi-flexbox .vi-moment-image .vi-circular-image {
  background: none;
}

.horizontalGroup p {
  display: inline;
}

.max-width-min-content {
  max-width: min-content;
}

.custom-ta-line-indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 15;
  width: 100%;
  height: 3px;
  background-color: var(--vi-custom-ta-indicator-color);
}

.custom-ta-line-indicator-label {
  z-index: 15;
}

.custom-table-ta-line-indicator td::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  background-color: var(--vi-custom-table-ta-indicator-color);
}

tr.custom-table-ta-line-indicator:last-child td {
  box-shadow: inset 0 3px 0 var(--vi-custom-table-ta-indicator-color);
}

#adverse_event_alert_message {
  display: none;
  margin-top: 16px;
  font-size: 30px;
  font-weight: bold;
}

.ui-datepicker-header {
  max-width: 240px;
}

select.ui-datepicker-month, select.ui-datepicker-year {
  padding: 5px 25px 5px 5px;
  color: var(--custom-datepicker-color);
  border: 1px solid var(--custom-datepicker-color);
  appearance: none;
  background: var(--custom-datepicker-background-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 14' class='vi-icon' fill='%2300567a'%3E%3Cpath d='M3.5 0L0 6h7L3.5 0zm0 14L7 8H0l3.5 6z' fill-rule='evenodd' clip-rule='evenodd' fill='%2300567a' /%3E%3C/svg%3E") no-repeat right 0.625rem center/7px 14px;
}

select.ui-datepicker-year {
  margin-left: 9px;
}

.checkbox-popup-custom-class {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox-popup-custom-class.date-picker {
  top: 13px;
}

.global-input-popup .vi-pop-button__dialog img {
  max-width: 100%;
  height: auto;
}
.global-input-popup .vi-pop-button__dialog p {
  margin: 0;
}

.vi-tooltip.vi-tooltip--custom {
  border-radius: 1.25rem;
}
.vi-tooltip.vi-tooltip--custom .vi-tooltip__arrow {
  width: 1.25rem;
  height: 1.76875rem;
}
.vi-tooltip.vi-tooltip--custom .vi-tooltip__main {
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 1.125rem 1.25rem;
  width: 15rem;
  max-width: calc(100vw - 1.25rem);
  border-radius: inherit;
}

.grid-element {
  background-color: var(--vi-card-quick-order-product--background-color);
}

.custom-select:hover, .custom-file-input:hover {
  cursor: pointer;
}
.custom-select option:hover, .custom-file-input option:hover {
  cursor: pointer;
}

.custom-checkbox:hover:has(input:not([disabled]):not([disabled=true])) *, .custom-radio:hover:has(input:not([disabled]):not([disabled=true])) * {
  cursor: pointer;
}

.vi-multiple-select.catalog-filter .custom-select.vi-multiple-select__trigger {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

form#register-form .custom-content {
  padding-right: 15px;
  padding-left: 15px;
}

.vi-grid__row > .custom-margin-block > .col, .vi-grid__row > .custom-margin-block > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

#custom-substitution-modal {
  scrollbar-gutter: stable both-edges;
}

.alphabet-catalog-filter .vi-pagination__item--alphabet, .alphabet-grid-container .vi-pagination__item--alphabet {
  padding: 4px;
}

.sticky-product-table-head {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: #f8f8f8;
  z-index: 999;
  overflow-y: hidden;
}

.hide-row {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
